This example uses the DLL API of DriverLINX with Builder 5.0
Standard edition.

It is intended to show how to use two different drivers from the
same application, for example, an analog input board along side
a digital I/O board.

Program Flow:

1.  Open the driver for each board
2.  Initialize the driver and hardware for each board
3.  Setup a Polled mode task to read analog input channel 0
    on first board and digital input channel 0 on second board.
4.  Close the driver on exit.

This program is appropriate for any Keithley plug-in board that
has a DriverLINX driver and Digital Input or Analog Input capabilities.

When using two different drivers in a single application, the use of the
SelectDriverLINX function is important.  For more information, consult the
DriverLINX Technical Reference Manual.



